projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30c0292
)
(custom-buffer-create-internal): Relabel the whole buffer "Reset"
author
Luc Teirlinck
<teirllm@auburn.edu>
Fri, 9 Dec 2005 00:47:57 +0000
(
00:47
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Fri, 9 Dec 2005 00:47:57 +0000
(
00:47
+0000)
button to "Reset to Current" for consistency with the State buttons.
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 8a3f6647f542ee5c4bc54fb4f7392fcceef164ab..eed121135686cd21427ad7f49589e95f6f24d21a 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-1466,7
+1466,7
@@
This updates your Emacs initialization file or creates a new one."
(custom-reset event))))
(widget-insert "\n ")
(widget-create 'push-button
- :tag "Reset"
+ :tag "Reset
to Current
"
:help-echo "\
Reset all edited text in this buffer to reflect current values."
:action 'Custom-reset-current)